home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML ConsoleMax.sea / XML ConsoleMax / Required / xdk_dev.jar / a / y.class (.txt) < prev    next >
Encoding:
Java Class File  |  1999-12-14  |  998 b   |  76 lines

  1. package a;
  2.  
  3. import java.io.IOException;
  4.  
  5. // $FF: renamed from: a.y
  6. public class class_0 {
  7.    // $FF: renamed from: a a.z
  8.    protected z field_0;
  9.    // $FF: renamed from: b int
  10.    int field_1;
  11.    // $FF: renamed from: c int
  12.    int field_2;
  13.    // $FF: renamed from: d int
  14.    int field_3;
  15.    // $FF: renamed from: e a.ba
  16.    ba field_4;
  17.  
  18.    public class_0(z var1) {
  19.       this.field_0 = var1;
  20.       this.field_4 = new ba(1);
  21.    }
  22.  
  23.    // $FF: renamed from: a () void
  24.    public final void method_0() {
  25.       ++this.field_3;
  26.    }
  27.  
  28.    // $FF: renamed from: a (int) void
  29.    private final void method_1(int var1) throws IOException {
  30.       this.method_6();
  31.  
  32.       while(this.field_4.d < var1 + this.field_2) {
  33.          this.field_4.a(this.field_0.a());
  34.       }
  35.  
  36.    }
  37.  
  38.    // $FF: renamed from: b (int) int
  39.    public final int method_2(int var1) throws IOException {
  40.       this.method_1(var1);
  41.       return this.field_4.a(this.field_2 + var1 - 1).f;
  42.    }
  43.  
  44.    // $FF: renamed from: c (int) a.w
  45.    public final w method_3(int var1) throws IOException {
  46.       this.method_1(var1);
  47.       return this.field_4.a(this.field_2 + var1 - 1);
  48.    }
  49.  
  50.    // $FF: renamed from: b () int
  51.    public final int method_4() {
  52.       this.method_6();
  53.       ++this.field_1;
  54.       return this.field_2;
  55.    }
  56.  
  57.    // $FF: renamed from: d (int) void
  58.    public final void method_5(int var1) {
  59.       this.method_6();
  60.       this.field_2 = var1;
  61.       --this.field_1;
  62.    }
  63.  
  64.    // $FF: renamed from: c () void
  65.    private final void method_6() {
  66.       for(; this.field_3 > 0; --this.field_3) {
  67.          if (this.field_1 > 0) {
  68.             ++this.field_2;
  69.          } else {
  70.             this.field_4.b();
  71.          }
  72.       }
  73.  
  74.    }
  75. }
  76.